-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS interrupt fix #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to SPM as we talked about
Also, the generating text is Generating, say Picovoice to interrupt
all on one line - let's change that to match Android Generating...\nsay Picovoice to interrupt
if that looks okay
@@ -4,7 +4,7 @@ platform :ios, '16.0' | |||
target 'LLMVoiceAssistantDemo' do | |||
pod 'Porcupine-iOS', '~> 3.0.1' | |||
pod 'Cheetah-iOS', '~> 2.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update cheetah
|
||
```console | ||
pod install | ||
``` | ||
1. Install the dependencies using `Swift Package Manager`: | ||
|
||
2. Open the `LLMVoiceAssistantDemo.xcworkspace` in XCode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since SPM package install is automatic and there is no longer an xcworkspace file, I think we need to change this to 1. Open the LLMVoiceAssistantDemo.xcodeproj in XCode
5ad85ba
to
46043eb
Compare
37a0115
to
cbae3ca
Compare
No description provided.